home *** CD-ROM | disk | FTP | other *** search
/ 64'er 1993 September / 64er_Magazin_93-09_1993_Markt__Technik_de_Side_B.d64 / rotate left .bib < prev    next >
Text File  |  2022-10-26  |  188b  |  11 lines

  1. :uc2   ldy $0000   ;anf coltab
  2.  
  3.        ldx #$00
  4. :uc3   lda $9121,x
  5.        sta $9120,x
  6.        inx
  7.        cpx #$00    ;x-reg = lb
  8.        bne uc3
  9.  
  10.        sty $0000   ;lb = x-reg(end coltab)
  11.